'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal value As TValue, _ ByVal state As Object _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim value As TValue Dim state As Object Dim instance As New DAItemValueArguments(Of TValue)(serverDescriptor, itemDescriptor, value, state)
public DAItemValueArguments<TValue>( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, TValue value, object state )
public: DAItemValueArguments<TValue>( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, TValue^ value, Object^ state )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- value
- The value to be written.
- state
- The state object (can be any value supplied by your code); available in event notifications.